Search
AnchorPattern Constructor (AnchorPoint[])
See Also
 






Initializes a new instance of the AnchorPattern class with the specified anchor points.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public AnchorPattern (
    AnchorPoint[] points
)

Visual Basic  Copy Code

Public New ( _
    points() As AnchorPoint _
)

 Parameters

points

Contains the initial set of AnchorPoint instances for the new pattern.

 See Also